ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / AddItem Method / AddItem(Object[],Int32,Int32) Method

In This Topic
    AddItem(Object[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function AddItem( _
       ByVal items() As Object, _
       ByVal rowIndex As Integer, _
       ByVal colIndex As Integer _
    ) As C1.Win.FlexGrid.Row
    public C1.Win.FlexGrid.Row AddItem( 
       object[] items,
       int rowIndex,
       int colIndex
    )

    Parameters

    items
    rowIndex
    colIndex
    See Also